home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000363_news@newsmaster….columbia.edu _Fri Nov 27 12:04:01 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA21440
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 27 Nov 1998 12:04:00 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA02643
  7.     for kermit.misc@watsun; Fri, 27 Nov 1998 12:03:59 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Host Printing
  12. Date: 27 Nov 1998 17:03:58 GMT
  13. Organization: Columbia University
  14. Lines: 26
  15. Message-ID: <73mm1u$7va$1@apakabar.cc.columbia.edu>
  16. References: <365E3ECE.496CCB84@ibm.net> <u9lnkxxwnc.fsf@wcl-l.bham.ac.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9570
  19.  
  20. In article <u9lnkxxwnc.fsf@wcl-l.bham.ac.uk>,
  21. Brian McCauley  <B.A.McCauley@bham.ac.uk> wrote:
  22. : Goran Nordin <pmuggcc@ibm.net> writes:
  23. : > I have not used Kermit for several years but now when needing something
  24. : > that can pass printouts from a UNIX host to a PC connected printer I
  25. : > remembered that such a function existed in MS-KERMIT.
  26. : > Does this functionality also exist in Kermit 95.
  27. : Of course.
  28. In the Dialer, click on Help in the main menu, then click on K95 Manual.
  29. Then click on "Chapter 7, Using the Terminal Emulator".  Then click on
  30. "Host-Initiated Printing" and read the info there.
  31.  
  32. : Alternatively you could run C-Kermit on the Unix host and do a "REMOTE
  33. : PRINT" provided you've not disabled AUTODOWNLOAD in K95.  For large
  34. : printouts this has the advantage that the system does not appear to be
  35. : dead during the download.
  36. : It appears you have to use a temporary file on the Unix box as I
  37. : cannot figure how to get C-Kermit to do a "REMOTE PRINT" from STDIN.
  38. C-Kermit 7.0 will address this.  To be announced soon for testing.
  39.  
  40. - Frank